Maek special keys bold
authorjustbur <justin@burkett.cc>
Tue, 7 Jul 2015 17:27:08 +0000 (13:27 -0400)
committerjustbur <justin@burkett.cc>
Tue, 7 Jul 2015 17:27:08 +0000 (13:27 -0400)
which-key.el

index 9a45cf188306cfa98aae24573d41629c2895049b..b42279b24582a8ba240fdb41c54921bb4e7f96e7 100644 (file)
@@ -68,7 +68,7 @@ location is top or bottom.")
 (defvar which-key-group-description-face 'font-lock-keyword-face)
 (defvar which-key-command-description-face 'font-lock-function-name-face)
 (defface which-key-special-key-face
-  `((t . (:inherit ,which-key-key-face :inverse-video t)) )
+  `((t . (:inherit ,which-key-key-face :inverse-video t :weight bold)) )
   "Face for special keys (SPC, TAB, RET)")
 
 ;; Internal Vars